Called by the table view to get populate the row at indexPath with a cell view.
public override UIKit.UITableViewCell GetCell(
UIKit.UITableView ,
Foundation.NSIndexPath
)
Parameters
- tableView
- Table view requesting the cell.
- indexPath
- Location of the row where the cell will be displayed.
Return Value
An object that inherits from UIKit.UITableViewCell that the table can use for
the specified row. Do not return null or an assertion will be raised.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2